Add wallet_openDeepLink rpc method#51
Conversation
|
Sounds like we should add some information about the expected return values in here. |
|
Would we want to enable a flow where: Essentially supporting a "return URL" similar to the behavior at the end of onboarding when |
|
I think the wallet onboarding is a unique flow, I can't think of other use cases where deep links kick you back somewhere. We would have to keep state of the ongoing actions and track when they're completed, which just completely blows the scope of this feature and not really in line with a simple deep link imo. I'd like to keep this as simple as possible. |
This PR aims to add a specification for the
wallet_openDeepLinkmethod. The motivation behind this adding this functionality is to make use of MetaMask URLs to be able to programmatically navigate to different parts of our clients and snaps.